Description
Returns a new blob combining the input PDF and an overlaid PDF on every page.
Operation id | PDF.WatermarkWithPDF |
Category | Conversion |
Label | PDF: Watermark with PDF |
Requires | |
Since | |
Parameters
Signature
Inputs | blob, bloblist |
Outputs | blob, bloblist |
Implementation Information
JSON Definition
{
"id" : "PDF.WatermarkWithPDF",
"label" : "PDF: Watermark with PDF",
"category" : "Conversion",
"requires" : null,
"description" : "Returns a new blob combining the input PDF and an overlaid PDF on every page.",
"url" : "PDF.WatermarkWithPDF",
"signature" : [ "blob", "blob", "bloblist", "bloblist" ],
"params" : [ {
"name" : "overlayPdf",
"description" : "The PDF Blob to overlay on top of the input",
"type" : "blob",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}